type flag.intValue
8 uses
flag (current package)
flag.go#L139: type intValue int
flag.go#L141: func newIntValue(val int, p *int) *intValue {
flag.go#L143: return (*intValue)(p)
flag.go#L146: func (i *intValue) Set(s string) error {
flag.go#L151: *i = intValue(v)
flag.go#L155: func (i *intValue) Get() any { return int(*i) }
flag.go#L157: func (i *intValue) String() string { return strconv.Itoa(int(*i)) }
flag.go#L496: case *intValue, *int64Value:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)